home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ARASAN_S.ZIP / TESTSRC.MAK < prev    next >
Makefile  |  1994-08-03  |  1KB  |  73 lines

  1. # Copyright 1992-3 by Jon Dart.  All Rights Reserved.
  2. # Makefile for building TESTSRC program, using Borland C++ version 3.1
  3.  
  4. TARGET=dos
  5.  
  6. !include "make.cfg"
  7.  
  8. all: testsrc.exe
  9.  
  10. #               *List Macros*
  11.  
  12.  
  13. EXE_dependencies =  \
  14.   testsrc.obj \
  15.   board.obj \
  16.   attacks.obj \
  17.   move.obj \
  18.   emove.obj \
  19.   square.obj \
  20.   bhash.obj \
  21.   bearing.obj \
  22.   movegen.obj \
  23.   sortmove.obj \
  24.   search.obj \
  25.   moveord.obj \
  26.   scoring.obj \
  27.   pinfo.obj \
  28.   rmove.obj \
  29.   options.obj \
  30.   movearr.obj \
  31.   piece.obj  \
  32.   attacke.obj \
  33.   atckentr.obj \
  34.   material.obj \
  35.   pool.obj \
  36.   notation.obj \
  37.   timectrl.obj 
  38.  
  39. #               *Explicit Rules*
  40. testsrc.exe: $(EXE_dependencies)
  41.   $(LINK) $(LFLAGS) @&&|
  42. c0l.obj+
  43. testsrc.obj+
  44. board.obj+
  45. attacks.obj+
  46. move.obj+
  47. emove.obj+
  48. square.obj+
  49. piece.obj+
  50. bhash.obj+
  51. bearing.obj+
  52. movegen.obj+
  53. sortmove.obj+
  54. moveord.obj+
  55. scoring.obj+
  56. pinfo.obj+
  57. search.obj+
  58. rmove.obj+
  59. options.obj+
  60. movearr.obj+
  61. attacke.obj+
  62. atckentr.obj+
  63. material.obj+
  64. pool.obj+
  65. notation.obj+
  66. timectrl.obj
  67. testsrc
  68. testsrc.map
  69. emu.lib+
  70. cl.lib+
  71. mathl.lib
  72. |
  73.